home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / text1 / cms_help_files / 3befor.helpfoot < prev    next >
Text File  |  1991-10-23  |  2KB  |  22 lines

  1. +-----------------------------------------------------------------------------+
  2. |                        TEXT1 \beforefootnoteskip COMMAND                    |
  3. +-----------------------------------------------------------------------------+
  4.                                                                                
  5. The  \beforefootnoteskip  command  is  always  used  in  conjunction  with  the
  6. \footnoteformat  (\fnf) command,  and will  set  the amount  of vertical  space
  7. between  the  page  text  and  the   footnote  divider.   The  format  for  the
  8. \beforefootnoteskip command is:                                                
  9.                                                                                
  10.           \footnoteformat{                                                     
  11.           \beforefootnoteskip{xx}                                              
  12.           }                                                                    
  13.                                                                                
  14. Where "xx" is any valid TeX measurement (pt, pc, in, etc.). For example,       
  15.                                                                                
  16.          \footnoteformat{                                                      
  17.          \beforefootnoteskip{1.5in}                                            
  18.          }                                                                     
  19.                                                                                
  20. would put one and  one-half inches of vertical space between  the page text and
  21. the footnote dividing rule.                                                    
  22.